least significant byte meaning in English
最低有效字节
最小显著性字节
Examples
- Least significant byte
最小显著性位元组 - The encoder can use the big - endian byte order most significant byte first or the little - endian byte order least significant byte first
编码器可以使用big - endian字节顺序(从最高有效字节开始) ,也可以使用little - endian字节顺序(从最低有效字节开始) 。 - Little endian means that the least significant byte of any multibyte data field is stored at the lowest memory address , which is also the address of the larger field
小端字节意味着任意多字节数据字段的低位字节存储于低的内存地址中,低内存地址也是大字段的地址。